PersistedQueryHashCalculator

class PersistedQueryHashCalculator(context: <Error class: unknown class>)

Deprecated

Consider migrating to AutomaticPersistedQueryCalculator instead

Replace with

import io.github.wax911.library.persisted.query.AutomaticPersistedQueryCalculator
AutomaticPersistedQueryCalculator

Utility class for calculating SHA256 hashes based off of the .graphql files held in memory by io.github.wax911.library.annotation.processor.GraphProcessor

Parameters

context

A context used to obtain an instance of GraphProcessor

Constructors

Link copied to clipboard
constructor(context: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getOrCreateAPQHash(queryName: String): String?